{ "summary": "Update a specific event flow.", "description": "", "method": "PUT", "path": "/event-flows/{id}", "parameters": { "id": 1.0 }, "request_body": { "id": 1, "name": "string", "teams": [ { "id": null, "name": null } ], "root": { "id": 1, "name": "string", "nodeType": "ROOT", "metadata": null, "branches": [ null ] } }, "response": { "id": 1, "name": "string", "teams": [ { "id": null, "name": null } ], "root": { "id": 1, "name": "string", "nodeType": "ROOT", "metadata": null, "branches": [ null ] } } }